Remove the ISO8859-1 restriction from the description of png tEXt
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Apr 2002 00:09:29 +0000 (00:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Apr 2002 00:09:29 +0000 (00:09 +0000)
commit999748e922fbeadd43bf82694c8a767e7f7af539
tree848c810fbd721f6f0b29b590d7653050798c55fd
parenta8d22aad99faabae2eaff94ba861f9713679d325
Remove the ISO8859-1 restriction from the description of png tEXt

* gdk-pixbuf-io.c (gdk_pixbuf_save): Remove the ISO8859-1
restriction from the description of png tEXt parameters.

* io-png.c (png_text_to_pixbuf_option):
(gdk_pixbuf__png_image_save): If libpng supports it,
store and retrieve non-ISO8859-1 text as UTF-8.  (#76172)
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/io-png.c